.ncms_imageBox{width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.75);}
.ncms_imageBox img{width: 100%; height: 100%; object-fit: contain;}
.ncms_imageBox a{position: absolute; top: 5rem; right: 5rem; cursor: pointer; z-index: 101; color:white; border-radius: 50%; width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; border: 1px solid white; font-size: 2rem;}